refactor(linux): remove leftovers from portalgrab -> pipewire split#5039
refactor(linux): remove leftovers from portalgrab -> pipewire split#5039ReenigneArcher merged 2 commits intoLizardByte:masterfrom
Conversation
|
Thanks for cleaning this up some more. Would you mind checking the log messages in pipewire.cpp as well? I likely have missed some textual references to portal_t there. |
|
I cut out a lot of headers that I assume were taken from the kmsgrab template; most of the standard includes are already covered in platform/common.h and some other places such as thread_safe.h, and portalgrab doesn't really need any unique headers that aren't already used by pipewire.cpp. @Kishi85 I've covered the two log references. Anything else you'd like changed? There are a few references to portal in pipewire's annotated comments that were copied over, but that doesn't seem too important to change. |
|
Thanks for the change. That should be all on my end. |
Duplicate removal only - no functional changes.
* Remove headers that are already part of pipewire.cpp * Eliminate duplicate headers from pipewire.cpp * Rename portal_t -> pipewire_t in pipewire logs
082f275 to
266a10c
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5039 +/- ##
=========================================
Coverage ? 18.15%
=========================================
Files ? 109
Lines ? 23576
Branches ? 10402
=========================================
Hits ? 4280
Misses ? 16864
Partials ? 2432
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Bundle ReportBundle size has no change ✅ |



Description
Duplicate removal only - no functional changes.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage